home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBEnetSample / USBEnetDriver.r < prev    next >
Encoding:
Text File  |  2000-08-23  |  822 b   |  37 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        USBEnetDriver.r
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1998-2000 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                xxx put dri here xxx
  13.  
  14.         Other Contact:        xxx put other contact here xxx
  15.  
  16.         Technology:            xxx put technology here xxx
  17.  
  18. */
  19.  
  20. #include    "Types.r"
  21. #include    "USBEnetVersion.h"
  22.  
  23. resource 'vers' (1, locked) {
  24.     kVMajor, kVMinor, kVStage, kVRelease, verUS,            // Numeric version
  25.     kVersShort,                                                // Short version
  26.     kVers1Long                                                // Long version
  27. };
  28.  
  29. resource 'vers' (2, locked) {
  30.     kVMajor, kVMinor, kVStage, kVRelease, verUS,            // Numeric version
  31.     kVersShort,                                                // Short version
  32.     kVers2Long                                                // Long version
  33. };
  34.  
  35. data 'CCI™' (128, purgeable) {
  36.     "The USB Ethernet Driver is part of the USB Subsystem."
  37. };